Notice (8): Undefined variable: circulars [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), 'fpubl' => array(), 'fonlprof' => array(), 'content_for_layout' => '<style> @media only screen and (max-width: 600px) { #paper { magin-left: -75px !important; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row"> <div class="col-md-12 ptn-bg"> <h2>Mechanical Engineering </h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li class="active">Mechanical Engineering</li> </ol> </div> </div> </div> </div> </div> <!-- Main-container start --> <div class="container things" style="margin:0;width: 100%;" > <div class="col-md-12"> <br/><br/> <h1 style="margin-left: 30px;"> Welcome to the Department of Mechanical Engineering</h1> <br/> <!-- Page Content start --> <div class="col-md-10 col-md-offset-1" style="margin-bottom: 20px;"> <a href="javascript:window.history.back()"> <button class="btn"> <i class="fa fa-arrow-left"></i> Back </button> </a> </div> <div class="col-md-10 col-md-offset-1" style="border: 1px solid #9bba6e;border-radius: 20px;padding-top: 20px;"> <div class="col-md-12"> <div class="col-md-3"> <img src="https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg_160.jpg" alt="" /> </div> <div class="col-md-8"> <br/> <br/> <b>Name : Mr. Nanaji Kshirsagar<br/>Qualification : Ph.D pursuing<br/>Designation : Assistant Professor<br/>Email id : n.kshirsagar@fcrit.ac.in<br/>Date of joining : 22 September 1998</b><br/> <button class="btn btn-default btn-yellow" data-toggle="modal" data-target="#myModal">Bio-Data</button> <br> </div> <!-- Modal 1 --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Nanaji Kshirsagar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal 2 --> <div class="modal fade" id="myPublModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Nanaji Kshirsagar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-trace').style.display = (document.getElementById('cakeErr674067f8913ae-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>103</b>]<div id="cakeErr674067f8913ae-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-code').style.display = (document.getElementById('cakeErr674067f8913ae-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-context').style.display = (document.getElementById('cakeErr674067f8913ae-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr674067f8913ae-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code></span></pre><pre id="cakeErr674067f8913ae-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), (int) 1 => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), (int) 2 => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '114', 'faculty_id' => '20', 'description' => '<p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms,&nbsp;Machine Tool Design</p> <p>LinkedIn Profile:&nbsp;<span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p>', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:41:56' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '931', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Design and Analysis of a Three Strut Tensegrity Stucture', 'description' => 'International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:56:10' ), (int) 1 => array( 'id' => '932', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods', 'description' => 'IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:57:11' ), (int) 2 => array( 'id' => '934', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Control of Modeled Doubled Flexural Manipulator ', 'description' => 'Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:58:26' ), (int) 3 => array( 'id' => '936', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement', 'description' => 'Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:59:30' ), (int) 4 => array( 'id' => '1402', 'faculty_id' => '20', 'sr_no' => '7', 'title' => 'Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism', 'description' => 'Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019', 'link' => 'https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:00:30' ), (int) 5 => array( 'id' => '1403', 'faculty_id' => '20', 'sr_no' => '8', 'title' => 'Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system', 'description' => 'World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017', 'link' => 'https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:01:33' ), (int) 6 => array( 'id' => '1404', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Design and Development of a Quad-Copter using Optimization Techniques', 'description' => 'Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:02:39' ), (int) 7 => array( 'id' => '1405', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'Surface Finish Optimization By Taguchi Method', 'description' => 'Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:04:04' ), (int) 8 => array( 'id' => '1406', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Analysis For Form Finding Of Three Strut- Tensegrity Structure', 'description' => 'National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:14:02' ), (int) 9 => array( 'id' => '1407', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'The Fault Diagnosis in Rolling Element Bearings', 'description' => 'A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968', 'link' => 'https://ieeexplore.ieee.org/document/4798444', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:15:35' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), (int) 1 => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultyResearch' => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) $fpubl = array() $fonlprof = array() $date = (int) 906402600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 103 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/20/%3Cpre%20class=" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-trace').style.display = (document.getElementById('cakeErr674067f8934d1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>104</b>]<div id="cakeErr674067f8934d1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-code').style.display = (document.getElementById('cakeErr674067f8934d1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-context').style.display = (document.getElementById('cakeErr674067f8934d1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr674067f8934d1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$frs</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>">Download PDF</a>.</p> </span></code></span></pre><pre id="cakeErr674067f8934d1-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), (int) 1 => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), (int) 2 => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '114', 'faculty_id' => '20', 'description' => '<p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms,&nbsp;Machine Tool Design</p> <p>LinkedIn Profile:&nbsp;<span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p>', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:41:56' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '931', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Design and Analysis of a Three Strut Tensegrity Stucture', 'description' => 'International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:56:10' ), (int) 1 => array( 'id' => '932', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods', 'description' => 'IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:57:11' ), (int) 2 => array( 'id' => '934', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Control of Modeled Doubled Flexural Manipulator ', 'description' => 'Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:58:26' ), (int) 3 => array( 'id' => '936', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement', 'description' => 'Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:59:30' ), (int) 4 => array( 'id' => '1402', 'faculty_id' => '20', 'sr_no' => '7', 'title' => 'Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism', 'description' => 'Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019', 'link' => 'https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:00:30' ), (int) 5 => array( 'id' => '1403', 'faculty_id' => '20', 'sr_no' => '8', 'title' => 'Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system', 'description' => 'World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017', 'link' => 'https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:01:33' ), (int) 6 => array( 'id' => '1404', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Design and Development of a Quad-Copter using Optimization Techniques', 'description' => 'Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:02:39' ), (int) 7 => array( 'id' => '1405', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'Surface Finish Optimization By Taguchi Method', 'description' => 'Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:04:04' ), (int) 8 => array( 'id' => '1406', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Analysis For Form Finding Of Three Strut- Tensegrity Structure', 'description' => 'National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:14:02' ), (int) 9 => array( 'id' => '1407', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'The Fault Diagnosis in Rolling Element Bearings', 'description' => 'A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968', 'link' => 'https://ieeexplore.ieee.org/document/4798444', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:15:35' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), (int) 1 => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultyResearch' => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) $fpubl = array() $fonlprof = array() $date = (int) 906402600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 104 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/20/%3Cpre%20class=">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal content--> <div class="col-md-12" style="margin-top: 20px;"> <ul class="nav nav-pills" style="margin-left: 13px;"> <!--li class="active"><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li--> <li class="active"><a href="#onlineprofile" role="tab" data-toggle="tab">Online Profile</a></li> <li><a href="#specialization" role="tab" data-toggle="tab">Areas of Specialization</a></li> <li><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li> <li><a href="#paper" role="tab" data-toggle="tab">Papers Presented</a></li> <li><a href="#research" role="tab" data-toggle="tab">Research Projects</a></li> </ul> <div class="tab-content" style="margin: 20px 0px 0px 30px;"> <div class="tab-pane row active" id="onlineprofile"> </div> <div class="tab-pane row" id="specialization"> <p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms, Machine Tool Design</p> <p>LinkedIn Profile: <span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p> </div> <div class="tab-pane row" id="subject"> <h3>UG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>Engineering Drawing</td> <td>II</td> </tr> <tr> <td>2</td> <td>Computer Aided Machine Drawing</td> <td>III</td> </tr> <tr> <td>3</td> <td>Production Process-I</td> <td>III</td> </tr> </table> </div> <div class="tab-pane row" id="paper" style="margin-left: -65px;"> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>Sr No</th> <th style="text-align:center;">Title</th> <th style="text-align:center;">Description</th> </tr> </thead> <tbody style="font-family: dosis;font-style: normal;"> <tr><td>1</td><td>Design and Analysis of a Three Strut Tensegrity Stucture<br/></td><td> <a href="" target="_blank"> International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011<a><br/></td></tr><tr><td>2</td><td>Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods<br/></td><td> <a href="" target="_blank"> IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012<a><br/></td></tr><tr><td>3</td><td>Analysis and Control of Modeled Doubled Flexural Manipulator <br/></td><td> <a href="" target="_blank"> Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009<a><br/></td></tr><tr><td>4</td><td>Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement<br/></td><td> <a href="" target="_blank"> Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009<a><br/></td></tr><tr><td>5</td><td>Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism<br/></td><td> <a href="https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism" target="_blank"> Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019<a><br/></td></tr><tr><td>6</td><td>Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system<br/></td><td> <a href="https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system" target="_blank"> World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017<a><br/></td></tr><tr><td>7</td><td>Design and Development of a Quad-Copter using Optimization Techniques<br/></td><td> <a href="" target="_blank"> Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015<a><br/></td></tr><tr><td>8</td><td>Surface Finish Optimization By Taguchi Method<br/></td><td> <a href="" target="_blank"> Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012<a><br/></td></tr><tr><td>9</td><td>Analysis For Form Finding Of Three Strut- Tensegrity Structure<br/></td><td> <a href="" target="_blank"> National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)<a><br/></td></tr><tr><td>10</td><td>The Fault Diagnosis in Rolling Element Bearings<br/></td><td> <a href="https://ieeexplore.ieee.org/document/4798444" target="_blank"> A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968<a><br/></td></tr> </tbody> </table> </div> <div class="tab-pane row" id="research"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr No</th> <th>Name of Research Project</th> <th>Type of Grant</th> <th>Name of funding Organization</th> <th>Amount (Rs.)</th> <th>Duration</th> </tr> <tr> <td>1</td> <td>Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.</td> <td>University Minor Research Grant</td> <td>University of Mumbai</td> <td>35,000/-</td> <td>2013-14</td> </tr> <tr> <td>2</td> <td>Design and Fabrication of Magnetorheological damper setup</td> <td>University Minor Research Grant</td> <td>University of Mumbai</td> <td>30,000/-</td> <td>2016-17</td> </tr> </table> </div> <!-- Added on 28OCT23 ~rbk --> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Faculties' ) $details = array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), (int) 1 => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), (int) 2 => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '114', 'faculty_id' => '20', 'description' => '<p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms, Machine Tool Design</p> <p>LinkedIn Profile: <span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p>', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:41:56' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '931', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Design and Analysis of a Three Strut Tensegrity Stucture', 'description' => 'International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:56:10' ), (int) 1 => array( 'id' => '932', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods', 'description' => 'IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:57:11' ), (int) 2 => array( 'id' => '934', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Control of Modeled Doubled Flexural Manipulator ', 'description' => 'Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:58:26' ), (int) 3 => array( 'id' => '936', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement', 'description' => 'Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:59:30' ), (int) 4 => array( 'id' => '1402', 'faculty_id' => '20', 'sr_no' => '7', 'title' => 'Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism', 'description' => 'Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019', 'link' => 'https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:00:30' ), (int) 5 => array( 'id' => '1403', 'faculty_id' => '20', 'sr_no' => '8', 'title' => 'Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system', 'description' => 'World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017', 'link' => 'https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:01:33' ), (int) 6 => array( 'id' => '1404', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Design and Development of a Quad-Copter using Optimization Techniques', 'description' => 'Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:02:39' ), (int) 7 => array( 'id' => '1405', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'Surface Finish Optimization By Taguchi Method', 'description' => 'Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:04:04' ), (int) 8 => array( 'id' => '1406', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Analysis For Form Finding Of Three Strut- Tensegrity Structure', 'description' => 'National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:14:02' ), (int) 9 => array( 'id' => '1407', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'The Fault Diagnosis in Rolling Element Bearings', 'description' => 'A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968', 'link' => 'https://ieeexplore.ieee.org/document/4798444', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:15:35' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), (int) 1 => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultyResearch' => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) $fpubl = array() $fonlprof = array() $content_for_layout = '<style> @media only screen and (max-width: 600px) { #paper { magin-left: -75px !important; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row"> <div class="col-md-12 ptn-bg"> <h2>Mechanical Engineering </h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li class="active">Mechanical Engineering</li> </ol> </div> </div> </div> </div> </div> <!-- Main-container start --> <div class="container things" style="margin:0;width: 100%;" > <div class="col-md-12"> <br/><br/> <h1 style="margin-left: 30px;"> Welcome to the Department of Mechanical Engineering</h1> <br/> <!-- Page Content start --> <div class="col-md-10 col-md-offset-1" style="margin-bottom: 20px;"> <a href="javascript:window.history.back()"> <button class="btn"> <i class="fa fa-arrow-left"></i> Back </button> </a> </div> <div class="col-md-10 col-md-offset-1" style="border: 1px solid #9bba6e;border-radius: 20px;padding-top: 20px;"> <div class="col-md-12"> <div class="col-md-3"> <img src="https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg_160.jpg" alt="" /> </div> <div class="col-md-8"> <br/> <br/> <b>Name : Mr. Nanaji Kshirsagar<br/>Qualification : Ph.D pursuing<br/>Designation : Assistant Professor<br/>Email id : n.kshirsagar@fcrit.ac.in<br/>Date of joining : 22 September 1998</b><br/> <button class="btn btn-default btn-yellow" data-toggle="modal" data-target="#myModal">Bio-Data</button> <br> </div> <!-- Modal 1 --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Nanaji Kshirsagar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal 2 --> <div class="modal fade" id="myPublModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Nanaji Kshirsagar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-trace').style.display = (document.getElementById('cakeErr674067f8913ae-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>103</b>]<div id="cakeErr674067f8913ae-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-code').style.display = (document.getElementById('cakeErr674067f8913ae-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-context').style.display = (document.getElementById('cakeErr674067f8913ae-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr674067f8913ae-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code></span></pre><pre id="cakeErr674067f8913ae-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), (int) 1 => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), (int) 2 => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '114', 'faculty_id' => '20', 'description' => '<p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms,&nbsp;Machine Tool Design</p> <p>LinkedIn Profile:&nbsp;<span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p>', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:41:56' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '931', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Design and Analysis of a Three Strut Tensegrity Stucture', 'description' => 'International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:56:10' ), (int) 1 => array( 'id' => '932', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods', 'description' => 'IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:57:11' ), (int) 2 => array( 'id' => '934', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Control of Modeled Doubled Flexural Manipulator ', 'description' => 'Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:58:26' ), (int) 3 => array( 'id' => '936', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement', 'description' => 'Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:59:30' ), (int) 4 => array( 'id' => '1402', 'faculty_id' => '20', 'sr_no' => '7', 'title' => 'Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism', 'description' => 'Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019', 'link' => 'https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:00:30' ), (int) 5 => array( 'id' => '1403', 'faculty_id' => '20', 'sr_no' => '8', 'title' => 'Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system', 'description' => 'World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017', 'link' => 'https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:01:33' ), (int) 6 => array( 'id' => '1404', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Design and Development of a Quad-Copter using Optimization Techniques', 'description' => 'Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:02:39' ), (int) 7 => array( 'id' => '1405', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'Surface Finish Optimization By Taguchi Method', 'description' => 'Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:04:04' ), (int) 8 => array( 'id' => '1406', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Analysis For Form Finding Of Three Strut- Tensegrity Structure', 'description' => 'National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:14:02' ), (int) 9 => array( 'id' => '1407', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'The Fault Diagnosis in Rolling Element Bearings', 'description' => 'A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968', 'link' => 'https://ieeexplore.ieee.org/document/4798444', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:15:35' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), (int) 1 => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultyResearch' => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) $fpubl = array() $fonlprof = array() $date = (int) 906402600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 103 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/20/%3Cpre%20class=" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-trace').style.display = (document.getElementById('cakeErr674067f8934d1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>104</b>]<div id="cakeErr674067f8934d1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-code').style.display = (document.getElementById('cakeErr674067f8934d1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-context').style.display = (document.getElementById('cakeErr674067f8934d1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr674067f8934d1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$frs</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>">Download PDF</a>.</p> </span></code></span></pre><pre id="cakeErr674067f8934d1-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), (int) 1 => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), (int) 2 => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '114', 'faculty_id' => '20', 'description' => '<p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms,&nbsp;Machine Tool Design</p> <p>LinkedIn Profile:&nbsp;<span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p>', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:41:56' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '931', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Design and Analysis of a Three Strut Tensegrity Stucture', 'description' => 'International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:56:10' ), (int) 1 => array( 'id' => '932', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods', 'description' => 'IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:57:11' ), (int) 2 => array( 'id' => '934', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Control of Modeled Doubled Flexural Manipulator ', 'description' => 'Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:58:26' ), (int) 3 => array( 'id' => '936', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement', 'description' => 'Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:59:30' ), (int) 4 => array( 'id' => '1402', 'faculty_id' => '20', 'sr_no' => '7', 'title' => 'Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism', 'description' => 'Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019', 'link' => 'https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:00:30' ), (int) 5 => array( 'id' => '1403', 'faculty_id' => '20', 'sr_no' => '8', 'title' => 'Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system', 'description' => 'World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017', 'link' => 'https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:01:33' ), (int) 6 => array( 'id' => '1404', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Design and Development of a Quad-Copter using Optimization Techniques', 'description' => 'Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:02:39' ), (int) 7 => array( 'id' => '1405', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'Surface Finish Optimization By Taguchi Method', 'description' => 'Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:04:04' ), (int) 8 => array( 'id' => '1406', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Analysis For Form Finding Of Three Strut- Tensegrity Structure', 'description' => 'National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:14:02' ), (int) 9 => array( 'id' => '1407', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'The Fault Diagnosis in Rolling Element Bearings', 'description' => 'A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968', 'link' => 'https://ieeexplore.ieee.org/document/4798444', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:15:35' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), (int) 1 => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultyResearch' => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) $fpubl = array() $fonlprof = array() $date = (int) 906402600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 104 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/20/%3Cpre%20class=">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal content--> <div class="col-md-12" style="margin-top: 20px;"> <ul class="nav nav-pills" style="margin-left: 13px;"> <!--li class="active"><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li--> <li class="active"><a href="#onlineprofile" role="tab" data-toggle="tab">Online Profile</a></li> <li><a href="#specialization" role="tab" data-toggle="tab">Areas of Specialization</a></li> <li><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li> <li><a href="#paper" role="tab" data-toggle="tab">Papers Presented</a></li> <li><a href="#research" role="tab" data-toggle="tab">Research Projects</a></li> </ul> <div class="tab-content" style="margin: 20px 0px 0px 30px;"> <div class="tab-pane row active" id="onlineprofile"> </div> <div class="tab-pane row" id="specialization"> <p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms, Machine Tool Design</p> <p>LinkedIn Profile: <span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p> </div> <div class="tab-pane row" id="subject"> <h3>UG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>Engineering Drawing</td> <td>II</td> </tr> <tr> <td>2</td> <td>Computer Aided Machine Drawing</td> <td>III</td> </tr> <tr> <td>3</td> <td>Production Process-I</td> <td>III</td> </tr> </table> </div> <div class="tab-pane row" id="paper" style="margin-left: -65px;"> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>Sr No</th> <th style="text-align:center;">Title</th> <th style="text-align:center;">Description</th> </tr> </thead> <tbody style="font-family: dosis;font-style: normal;"> <tr><td>1</td><td>Design and Analysis of a Three Strut Tensegrity Stucture<br/></td><td> <a href="" target="_blank"> International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011<a><br/></td></tr><tr><td>2</td><td>Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods<br/></td><td> <a href="" target="_blank"> IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012<a><br/></td></tr><tr><td>3</td><td>Analysis and Control of Modeled Doubled Flexural Manipulator <br/></td><td> <a href="" target="_blank"> Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009<a><br/></td></tr><tr><td>4</td><td>Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement<br/></td><td> <a href="" target="_blank"> Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009<a><br/></td></tr><tr><td>5</td><td>Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism<br/></td><td> <a href="https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism" target="_blank"> Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019<a><br/></td></tr><tr><td>6</td><td>Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system<br/></td><td> <a href="https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system" target="_blank"> World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017<a><br/></td></tr><tr><td>7</td><td>Design and Development of a Quad-Copter using Optimization Techniques<br/></td><td> <a href="" target="_blank"> Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015<a><br/></td></tr><tr><td>8</td><td>Surface Finish Optimization By Taguchi Method<br/></td><td> <a href="" target="_blank"> Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012<a><br/></td></tr><tr><td>9</td><td>Analysis For Form Finding Of Three Strut- Tensegrity Structure<br/></td><td> <a href="" target="_blank"> National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)<a><br/></td></tr><tr><td>10</td><td>The Fault Diagnosis in Rolling Element Bearings<br/></td><td> <a href="https://ieeexplore.ieee.org/document/4798444" target="_blank"> A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968<a><br/></td></tr> </tbody> </table> </div> <div class="tab-pane row" id="research"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr No</th> <th>Name of Research Project</th> <th>Type of Grant</th> <th>Name of funding Organization</th> <th>Amount (Rs.)</th> <th>Duration</th> </tr> <tr> <td>1</td> <td>Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.</td> <td>University Minor Research Grant</td> <td>University of Mumbai</td> <td>35,000/-</td> <td>2013-14</td> </tr> <tr> <td>2</td> <td>Design and Fabrication of Magnetorheological damper setup</td> <td>University Minor Research Grant</td> <td>University of Mumbai</td> <td>30,000/-</td> <td>2016-17</td> </tr> </table> </div> <!-- Added on 28OCT23 ~rbk --> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '' $title_for_layout = 'Faculties'include - APP\View\Layouts\site.ctp, line 473 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::renderLayout() - CORE\Cake\View\View.php, line 543 View::render() - CORE\Cake\View\View.php, line 487 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105
Warning (2): Invalid argument supplied for foreach() [APP\View\Layouts\site.ctp, line 473]Code Context
<?php
foreach ($circulars as $circular) {
$viewFile = 'C:\xampp\htdocs\app\View\Layouts\site.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), 'fpubl' => array(), 'fonlprof' => array(), 'content_for_layout' => '<style> @media only screen and (max-width: 600px) { #paper { magin-left: -75px !important; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row"> <div class="col-md-12 ptn-bg"> <h2>Mechanical Engineering </h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li class="active">Mechanical Engineering</li> </ol> </div> </div> </div> </div> </div> <!-- Main-container start --> <div class="container things" style="margin:0;width: 100%;" > <div class="col-md-12"> <br/><br/> <h1 style="margin-left: 30px;"> Welcome to the Department of Mechanical Engineering</h1> <br/> <!-- Page Content start --> <div class="col-md-10 col-md-offset-1" style="margin-bottom: 20px;"> <a href="javascript:window.history.back()"> <button class="btn"> <i class="fa fa-arrow-left"></i> Back </button> </a> </div> <div class="col-md-10 col-md-offset-1" style="border: 1px solid #9bba6e;border-radius: 20px;padding-top: 20px;"> <div class="col-md-12"> <div class="col-md-3"> <img src="https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg_160.jpg" alt="" /> </div> <div class="col-md-8"> <br/> <br/> <b>Name : Mr. Nanaji Kshirsagar<br/>Qualification : Ph.D pursuing<br/>Designation : Assistant Professor<br/>Email id : n.kshirsagar@fcrit.ac.in<br/>Date of joining : 22 September 1998</b><br/> <button class="btn btn-default btn-yellow" data-toggle="modal" data-target="#myModal">Bio-Data</button> <br> </div> <!-- Modal 1 --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Nanaji Kshirsagar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal 2 --> <div class="modal fade" id="myPublModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Nanaji Kshirsagar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-trace').style.display = (document.getElementById('cakeErr674067f8913ae-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>103</b>]<div id="cakeErr674067f8913ae-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-code').style.display = (document.getElementById('cakeErr674067f8913ae-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-context').style.display = (document.getElementById('cakeErr674067f8913ae-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr674067f8913ae-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code></span></pre><pre id="cakeErr674067f8913ae-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), (int) 1 => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), (int) 2 => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '114', 'faculty_id' => '20', 'description' => '<p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms,&nbsp;Machine Tool Design</p> <p>LinkedIn Profile:&nbsp;<span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p>', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:41:56' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '931', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Design and Analysis of a Three Strut Tensegrity Stucture', 'description' => 'International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:56:10' ), (int) 1 => array( 'id' => '932', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods', 'description' => 'IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:57:11' ), (int) 2 => array( 'id' => '934', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Control of Modeled Doubled Flexural Manipulator ', 'description' => 'Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:58:26' ), (int) 3 => array( 'id' => '936', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement', 'description' => 'Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:59:30' ), (int) 4 => array( 'id' => '1402', 'faculty_id' => '20', 'sr_no' => '7', 'title' => 'Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism', 'description' => 'Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019', 'link' => 'https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:00:30' ), (int) 5 => array( 'id' => '1403', 'faculty_id' => '20', 'sr_no' => '8', 'title' => 'Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system', 'description' => 'World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017', 'link' => 'https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:01:33' ), (int) 6 => array( 'id' => '1404', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Design and Development of a Quad-Copter using Optimization Techniques', 'description' => 'Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:02:39' ), (int) 7 => array( 'id' => '1405', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'Surface Finish Optimization By Taguchi Method', 'description' => 'Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:04:04' ), (int) 8 => array( 'id' => '1406', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Analysis For Form Finding Of Three Strut- Tensegrity Structure', 'description' => 'National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:14:02' ), (int) 9 => array( 'id' => '1407', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'The Fault Diagnosis in Rolling Element Bearings', 'description' => 'A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968', 'link' => 'https://ieeexplore.ieee.org/document/4798444', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:15:35' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), (int) 1 => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultyResearch' => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) $fpubl = array() $fonlprof = array() $date = (int) 906402600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 103 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/20/%3Cpre%20class=" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-trace').style.display = (document.getElementById('cakeErr674067f8934d1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>104</b>]<div id="cakeErr674067f8934d1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-code').style.display = (document.getElementById('cakeErr674067f8934d1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-context').style.display = (document.getElementById('cakeErr674067f8934d1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr674067f8934d1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$frs</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>">Download PDF</a>.</p> </span></code></span></pre><pre id="cakeErr674067f8934d1-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), (int) 1 => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), (int) 2 => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '114', 'faculty_id' => '20', 'description' => '<p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms,&nbsp;Machine Tool Design</p> <p>LinkedIn Profile:&nbsp;<span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p>', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:41:56' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '931', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Design and Analysis of a Three Strut Tensegrity Stucture', 'description' => 'International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:56:10' ), (int) 1 => array( 'id' => '932', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods', 'description' => 'IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:57:11' ), (int) 2 => array( 'id' => '934', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Control of Modeled Doubled Flexural Manipulator ', 'description' => 'Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:58:26' ), (int) 3 => array( 'id' => '936', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement', 'description' => 'Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:59:30' ), (int) 4 => array( 'id' => '1402', 'faculty_id' => '20', 'sr_no' => '7', 'title' => 'Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism', 'description' => 'Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019', 'link' => 'https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:00:30' ), (int) 5 => array( 'id' => '1403', 'faculty_id' => '20', 'sr_no' => '8', 'title' => 'Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system', 'description' => 'World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017', 'link' => 'https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:01:33' ), (int) 6 => array( 'id' => '1404', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Design and Development of a Quad-Copter using Optimization Techniques', 'description' => 'Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:02:39' ), (int) 7 => array( 'id' => '1405', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'Surface Finish Optimization By Taguchi Method', 'description' => 'Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:04:04' ), (int) 8 => array( 'id' => '1406', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Analysis For Form Finding Of Three Strut- Tensegrity Structure', 'description' => 'National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:14:02' ), (int) 9 => array( 'id' => '1407', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'The Fault Diagnosis in Rolling Element Bearings', 'description' => 'A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968', 'link' => 'https://ieeexplore.ieee.org/document/4798444', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:15:35' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), (int) 1 => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultyResearch' => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) $fpubl = array() $fonlprof = array() $date = (int) 906402600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 104 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/20/%3Cpre%20class=">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal content--> <div class="col-md-12" style="margin-top: 20px;"> <ul class="nav nav-pills" style="margin-left: 13px;"> <!--li class="active"><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li--> <li class="active"><a href="#onlineprofile" role="tab" data-toggle="tab">Online Profile</a></li> <li><a href="#specialization" role="tab" data-toggle="tab">Areas of Specialization</a></li> <li><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li> <li><a href="#paper" role="tab" data-toggle="tab">Papers Presented</a></li> <li><a href="#research" role="tab" data-toggle="tab">Research Projects</a></li> </ul> <div class="tab-content" style="margin: 20px 0px 0px 30px;"> <div class="tab-pane row active" id="onlineprofile"> </div> <div class="tab-pane row" id="specialization"> <p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms, Machine Tool Design</p> <p>LinkedIn Profile: <span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p> </div> <div class="tab-pane row" id="subject"> <h3>UG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>Engineering Drawing</td> <td>II</td> </tr> <tr> <td>2</td> <td>Computer Aided Machine Drawing</td> <td>III</td> </tr> <tr> <td>3</td> <td>Production Process-I</td> <td>III</td> </tr> </table> </div> <div class="tab-pane row" id="paper" style="margin-left: -65px;"> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>Sr No</th> <th style="text-align:center;">Title</th> <th style="text-align:center;">Description</th> </tr> </thead> <tbody style="font-family: dosis;font-style: normal;"> <tr><td>1</td><td>Design and Analysis of a Three Strut Tensegrity Stucture<br/></td><td> <a href="" target="_blank"> International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011<a><br/></td></tr><tr><td>2</td><td>Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods<br/></td><td> <a href="" target="_blank"> IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012<a><br/></td></tr><tr><td>3</td><td>Analysis and Control of Modeled Doubled Flexural Manipulator <br/></td><td> <a href="" target="_blank"> Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009<a><br/></td></tr><tr><td>4</td><td>Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement<br/></td><td> <a href="" target="_blank"> Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009<a><br/></td></tr><tr><td>5</td><td>Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism<br/></td><td> <a href="https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism" target="_blank"> Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019<a><br/></td></tr><tr><td>6</td><td>Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system<br/></td><td> <a href="https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system" target="_blank"> World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017<a><br/></td></tr><tr><td>7</td><td>Design and Development of a Quad-Copter using Optimization Techniques<br/></td><td> <a href="" target="_blank"> Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015<a><br/></td></tr><tr><td>8</td><td>Surface Finish Optimization By Taguchi Method<br/></td><td> <a href="" target="_blank"> Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012<a><br/></td></tr><tr><td>9</td><td>Analysis For Form Finding Of Three Strut- Tensegrity Structure<br/></td><td> <a href="" target="_blank"> National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)<a><br/></td></tr><tr><td>10</td><td>The Fault Diagnosis in Rolling Element Bearings<br/></td><td> <a href="https://ieeexplore.ieee.org/document/4798444" target="_blank"> A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968<a><br/></td></tr> </tbody> </table> </div> <div class="tab-pane row" id="research"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr No</th> <th>Name of Research Project</th> <th>Type of Grant</th> <th>Name of funding Organization</th> <th>Amount (Rs.)</th> <th>Duration</th> </tr> <tr> <td>1</td> <td>Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.</td> <td>University Minor Research Grant</td> <td>University of Mumbai</td> <td>35,000/-</td> <td>2013-14</td> </tr> <tr> <td>2</td> <td>Design and Fabrication of Magnetorheological damper setup</td> <td>University Minor Research Grant</td> <td>University of Mumbai</td> <td>30,000/-</td> <td>2016-17</td> </tr> </table> </div> <!-- Added on 28OCT23 ~rbk --> </div> </div> </div> </div> </div> </div> ', 'scripts_for_layout' => '', 'title_for_layout' => 'Faculties' ) $details = array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), (int) 1 => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), (int) 2 => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '114', 'faculty_id' => '20', 'description' => '<p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms, Machine Tool Design</p> <p>LinkedIn Profile: <span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p>', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:41:56' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '931', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Design and Analysis of a Three Strut Tensegrity Stucture', 'description' => 'International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:56:10' ), (int) 1 => array( 'id' => '932', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods', 'description' => 'IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:57:11' ), (int) 2 => array( 'id' => '934', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Control of Modeled Doubled Flexural Manipulator ', 'description' => 'Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:58:26' ), (int) 3 => array( 'id' => '936', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement', 'description' => 'Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:59:30' ), (int) 4 => array( 'id' => '1402', 'faculty_id' => '20', 'sr_no' => '7', 'title' => 'Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism', 'description' => 'Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019', 'link' => 'https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:00:30' ), (int) 5 => array( 'id' => '1403', 'faculty_id' => '20', 'sr_no' => '8', 'title' => 'Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system', 'description' => 'World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017', 'link' => 'https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:01:33' ), (int) 6 => array( 'id' => '1404', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Design and Development of a Quad-Copter using Optimization Techniques', 'description' => 'Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:02:39' ), (int) 7 => array( 'id' => '1405', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'Surface Finish Optimization By Taguchi Method', 'description' => 'Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:04:04' ), (int) 8 => array( 'id' => '1406', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Analysis For Form Finding Of Three Strut- Tensegrity Structure', 'description' => 'National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:14:02' ), (int) 9 => array( 'id' => '1407', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'The Fault Diagnosis in Rolling Element Bearings', 'description' => 'A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968', 'link' => 'https://ieeexplore.ieee.org/document/4798444', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:15:35' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), (int) 1 => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultyResearch' => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) $fpubl = array() $fonlprof = array() $content_for_layout = '<style> @media only screen and (max-width: 600px) { #paper { magin-left: -75px !important; } } </style> <div class="banner"> <!-- page header section --> <div class="page-title"> <div class="container"> <div class="row"> <div class="col-md-12 ptn-bg"> <h2>Mechanical Engineering </h2> <ol class="breadcrumb"> <li><a href="/">Home</a></li> <li class="active">Mechanical Engineering</li> </ol> </div> </div> </div> </div> </div> <!-- Main-container start --> <div class="container things" style="margin:0;width: 100%;" > <div class="col-md-12"> <br/><br/> <h1 style="margin-left: 30px;"> Welcome to the Department of Mechanical Engineering</h1> <br/> <!-- Page Content start --> <div class="col-md-10 col-md-offset-1" style="margin-bottom: 20px;"> <a href="javascript:window.history.back()"> <button class="btn"> <i class="fa fa-arrow-left"></i> Back </button> </a> </div> <div class="col-md-10 col-md-offset-1" style="border: 1px solid #9bba6e;border-radius: 20px;padding-top: 20px;"> <div class="col-md-12"> <div class="col-md-3"> <img src="https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg_160.jpg" alt="" /> </div> <div class="col-md-8"> <br/> <br/> <b>Name : Mr. Nanaji Kshirsagar<br/>Qualification : Ph.D pursuing<br/>Designation : Assistant Professor<br/>Email id : n.kshirsagar@fcrit.ac.in<br/>Date of joining : 22 September 1998</b><br/> <button class="btn btn-default btn-yellow" data-toggle="modal" data-target="#myModal">Bio-Data</button> <br> </div> <!-- Modal 1 --> <div class="modal fade" id="myModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Nanaji Kshirsagar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal 2 --> <div class="modal fade" id="myPublModal" role="dialog"> <div class="modal-dialog" style="width:850px;"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal">×</button> <h4 class="modal-title">Mr. Nanaji Kshirsagar </h4> </div> <div class="modal-body"> <object class="displaypdf" data="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-trace').style.display = (document.getElementById('cakeErr674067f8913ae-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>103</b>]<div id="cakeErr674067f8913ae-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-code').style.display = (document.getElementById('cakeErr674067f8913ae-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8913ae-context').style.display = (document.getElementById('cakeErr674067f8913ae-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr674067f8913ae-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"></</span><span style="color: #0000BB">div</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code></span></pre><pre id="cakeErr674067f8913ae-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), (int) 1 => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), (int) 2 => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '114', 'faculty_id' => '20', 'description' => '<p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms,&nbsp;Machine Tool Design</p> <p>LinkedIn Profile:&nbsp;<span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p>', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:41:56' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '931', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Design and Analysis of a Three Strut Tensegrity Stucture', 'description' => 'International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:56:10' ), (int) 1 => array( 'id' => '932', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods', 'description' => 'IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:57:11' ), (int) 2 => array( 'id' => '934', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Control of Modeled Doubled Flexural Manipulator ', 'description' => 'Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:58:26' ), (int) 3 => array( 'id' => '936', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement', 'description' => 'Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:59:30' ), (int) 4 => array( 'id' => '1402', 'faculty_id' => '20', 'sr_no' => '7', 'title' => 'Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism', 'description' => 'Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019', 'link' => 'https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:00:30' ), (int) 5 => array( 'id' => '1403', 'faculty_id' => '20', 'sr_no' => '8', 'title' => 'Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system', 'description' => 'World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017', 'link' => 'https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:01:33' ), (int) 6 => array( 'id' => '1404', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Design and Development of a Quad-Copter using Optimization Techniques', 'description' => 'Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:02:39' ), (int) 7 => array( 'id' => '1405', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'Surface Finish Optimization By Taguchi Method', 'description' => 'Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:04:04' ), (int) 8 => array( 'id' => '1406', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Analysis For Form Finding Of Three Strut- Tensegrity Structure', 'description' => 'National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:14:02' ), (int) 9 => array( 'id' => '1407', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'The Fault Diagnosis in Rolling Element Bearings', 'description' => 'A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968', 'link' => 'https://ieeexplore.ieee.org/document/4798444', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:15:35' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), (int) 1 => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultyResearch' => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) $fpubl = array() $fonlprof = array() $date = (int) 906402600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 103 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/20/%3Cpre%20class=" type="application/pdf" width="800px" height="500px"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<pre class="cake-error"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-trace').style.display = (document.getElementById('cakeErr674067f8934d1-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined index: FacultyPublication [<b>APP\View\Faculties\faculty_details.ctp</b>, line <b>104</b>]<div id="cakeErr674067f8934d1-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-code').style.display = (document.getElementById('cakeErr674067f8934d1-code').style.display == 'none' ? '' : 'none')">Code</a> <a href="javascript:void(0);" onclick="document.getElementById('cakeErr674067f8934d1-context').style.display = (document.getElementById('cakeErr674067f8934d1-context').style.display == 'none' ? '' : 'none')">Context</a><pre id="cakeErr674067f8934d1-code" class="cake-code-dump" style="display: none;"><code><span style="color: #000000"><span style="color: #0000BB"> </span><span style="color: #007700"><</span><span style="color: #0000BB">div </span><span style="color: #007700">class=</span><span style="color: #DD0000">"modal-body"</span><span style="color: #007700">> </span></span></code> <code><span style="color: #000000"> <object class="displaypdf" data="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$fpubl</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>" type="application/pdf" width="800px" height="500px"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <p><b>Error:</b>: This browser does not support PDFs. Please download the PDF to view it: <a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(</span><span style="color: #0000BB">$frs</span><span style="color: #007700">[</span><span style="color: #DD0000">'FacultyPublication'</span><span style="color: #007700">][</span><span style="color: #DD0000">'attachment'</span><span style="color: #007700">]); </span><span style="color: #0000BB">?></span>">Download PDF</a>.</p> </span></code></span></pre><pre id="cakeErr674067f8934d1-context" class="cake-context" style="display: none;">$viewFile = 'C:\xampp\htdocs\app\View\Faculties\faculty_details.ctp' $dataForView = array( 'details' => array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ) ), 'FacultySpecialization' => array( (int) 0 => array( [maximum depth reached] ) ), 'FacultyPaper' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ), (int) 2 => array( [maximum depth reached] ), (int) 3 => array( [maximum depth reached] ), (int) 4 => array( [maximum depth reached] ), (int) 5 => array( [maximum depth reached] ), (int) 6 => array( [maximum depth reached] ), (int) 7 => array( [maximum depth reached] ), (int) 8 => array( [maximum depth reached] ), (int) 9 => array( [maximum depth reached] ) ), 'FacultyResearch' => array( (int) 0 => array( [maximum depth reached] ), (int) 1 => array( [maximum depth reached] ) ), 'FacultyOnlineProfile' => array() ), 'subs' => array( (int) 0 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 2 => array( 'FacultySubject' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'results' => array( (int) 0 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ), (int) 1 => array( 'FacultyResearch' => array( [maximum depth reached] ), 'Faculty' => array( [maximum depth reached] ) ) ), 'frs' => array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), 'fpubl' => array(), 'fonlprof' => array() ) $details = array( 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ), 'Department' => array( 'id' => '5', 'name' => 'Mechanical Engineering', 'description' => 'For all the mechanical related courses', 'created_by' => '1', 'created_timestamp' => '2014-10-17 20:45:08', 'facultyList' => 'https://fcrit.ac.in/cdn/department/Mechaical_faculty_FH24.pdf', 'Roadmap' => 'https://fcrit.ac.in/cdn/department/1540552496-mechanicalRoadmap.pdf', 'infrastructure' => null ), 'FacultySubject' => array( (int) 0 => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), (int) 1 => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), (int) 2 => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ) ), 'FacultySpecialization' => array( (int) 0 => array( 'id' => '114', 'faculty_id' => '20', 'description' => '<p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms,&nbsp;Machine Tool Design</p> <p>LinkedIn Profile:&nbsp;<span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p>', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:41:56' ) ), 'FacultyPaper' => array( (int) 0 => array( 'id' => '931', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Design and Analysis of a Three Strut Tensegrity Stucture', 'description' => 'International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:56:10' ), (int) 1 => array( 'id' => '932', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods', 'description' => 'IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:57:11' ), (int) 2 => array( 'id' => '934', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis and Control of Modeled Doubled Flexural Manipulator ', 'description' => 'Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:58:26' ), (int) 3 => array( 'id' => '936', 'faculty_id' => '20', 'sr_no' => '0', 'title' => 'Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement', 'description' => 'Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2018-02-01 12:59:30' ), (int) 4 => array( 'id' => '1402', 'faculty_id' => '20', 'sr_no' => '7', 'title' => 'Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism', 'description' => 'Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019', 'link' => 'https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:00:30' ), (int) 5 => array( 'id' => '1403', 'faculty_id' => '20', 'sr_no' => '8', 'title' => 'Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system', 'description' => 'World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017', 'link' => 'https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:01:33' ), (int) 6 => array( 'id' => '1404', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Design and Development of a Quad-Copter using Optimization Techniques', 'description' => 'Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:02:39' ), (int) 7 => array( 'id' => '1405', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'Surface Finish Optimization By Taguchi Method', 'description' => 'Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:04:04' ), (int) 8 => array( 'id' => '1406', 'faculty_id' => '20', 'sr_no' => '9', 'title' => 'Analysis For Form Finding Of Three Strut- Tensegrity Structure', 'description' => 'National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)', 'link' => '', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:14:02' ), (int) 9 => array( 'id' => '1407', 'faculty_id' => '20', 'sr_no' => '10', 'title' => 'The Fault Diagnosis in Rolling Element Bearings', 'description' => 'A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968', 'link' => 'https://ieeexplore.ieee.org/document/4798444', 'created_by' => '1', 'created_timestamp' => '2021-02-11 18:15:35' ) ), 'FacultyResearch' => array( (int) 0 => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), (int) 1 => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ) ), 'FacultyOnlineProfile' => array() ) $subs = array( (int) 0 => array( 'FacultySubject' => array( 'id' => '407', 'faculty_id' => '20', 'subject' => 'Engineering Drawing', 'type' => 'Under Graduate', 'semester' => 'II', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:04' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultySubject' => array( 'id' => '408', 'faculty_id' => '20', 'subject' => 'Computer Aided Machine Drawing', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:00:57' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 2 => array( 'FacultySubject' => array( 'id' => '409', 'faculty_id' => '20', 'subject' => 'Production Process-I', 'type' => 'Under Graduate', 'semester' => 'III', 'created_by' => '1', 'created_timestamp' => '2018-03-06 12:01:40' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $results = array( (int) 0 => array( 'FacultyResearch' => array( 'id' => '105', 'faculty_id' => '20', 'title' => 'Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '35,000/-', 'duration' => '2013-14', 'created_by' => '1', 'created_timestamp' => '2019-11-19 14:38:36' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ), (int) 1 => array( 'FacultyResearch' => array( 'id' => '116', 'faculty_id' => '20', 'title' => 'Design and Fabrication of Magnetorheological damper setup', 'grant_type' => 'University Minor Research Grant', 'funding_organization' => 'University of Mumbai', 'amount' => '30,000/-', 'duration' => '2016-17', 'created_by' => '1', 'created_timestamp' => '2019-11-19 15:00:02' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) ) $frs = array( 'FacultyResume' => array( 'id' => '50', 'faculty_id' => '20', 'attachment' => 'https://fcrit.ac.in/cdn/facultyresume/1715315488-Nanaji.Kshirsagar.pdf' ), 'Faculty' => array( 'id' => '20', 'department_id' => '5', 'sr_no' => '7', 'name' => 'Mr. Nanaji Kshirsagar', 'qualification' => 'Ph.D pursuing', 'designation' => 'Assistant Professor', 'email_address' => 'n.kshirsagar@fcrit.ac.in', 'joining_date' => '1998-09-22', 'image' => 'https://fcrit.ac.in/cdn/faculty/1677750387-KNK.jpg', 'teaching_staff' => '1', 'created_timestamp' => '2015-02-03 19:13:10' ) ) $fpubl = array() $fonlprof = array() $date = (int) 906402600</pre><pre class="stack-trace">include - APP\View\Faculties\faculty_details.ctp, line 104 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::render() - CORE\Cake\View\View.php, line 479 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105</pre></div></pre>/faculty/20/%3Cpre%20class=">Download PDF</a>.</p> </object> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <!-- Modal content--> <div class="col-md-12" style="margin-top: 20px;"> <ul class="nav nav-pills" style="margin-left: 13px;"> <!--li class="active"><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li--> <li class="active"><a href="#onlineprofile" role="tab" data-toggle="tab">Online Profile</a></li> <li><a href="#specialization" role="tab" data-toggle="tab">Areas of Specialization</a></li> <li><a href="#subject" role="tab" data-toggle="tab">Subjects Taught</a></li> <li><a href="#paper" role="tab" data-toggle="tab">Papers Presented</a></li> <li><a href="#research" role="tab" data-toggle="tab">Research Projects</a></li> </ul> <div class="tab-content" style="margin: 20px 0px 0px 30px;"> <div class="tab-pane row active" id="onlineprofile"> </div> <div class="tab-pane row" id="specialization"> <p>Design, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms, Machine Tool Design</p> <p>LinkedIn Profile: <span style="color: #3366ff;"><a href="https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/"><span style="color: #3366ff;">https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/</span></a></span></p> </div> <div class="tab-pane row" id="subject"> <h3>UG Subjects</h3> <hr style="border-bottom:1px solid #9BBA6E;"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr no</th> <th>Subject</th> <th>Semester</th> </tr> <tr> <td>1</td> <td>Engineering Drawing</td> <td>II</td> </tr> <tr> <td>2</td> <td>Computer Aided Machine Drawing</td> <td>III</td> </tr> <tr> <td>3</td> <td>Production Process-I</td> <td>III</td> </tr> </table> </div> <div class="tab-pane row" id="paper" style="margin-left: -65px;"> <table class="table table-striped table-bordered table-condensed"> <thead> <tr> <th>Sr No</th> <th style="text-align:center;">Title</th> <th style="text-align:center;">Description</th> </tr> </thead> <tbody style="font-family: dosis;font-style: normal;"> <tr><td>1</td><td>Design and Analysis of a Three Strut Tensegrity Stucture<br/></td><td> <a href="" target="_blank"> International Conference "ICAET-2011" at EGS Pillay Engineering College, Nagapattinam, Tamilnadu dated May 27, 2011<a><br/></td></tr><tr><td>2</td><td>Analysis and Crack Growth Behavior of Nuclear Piping Materials using Experimental and J-Contour Integral Methods<br/></td><td> <a href="" target="_blank"> IEEE-International Conference On Advances In Engineering, Science And Management (ICAESM -2012), Nagapattinam dated March 30, 31, 2012<a><br/></td></tr><tr><td>3</td><td>Analysis and Control of Modeled Doubled Flexural Manipulator <br/></td><td> <a href="" target="_blank"> Presented paper in National Conferance at Rajiv Gandhi Institute of Technology, Andheri, Mumbai dated Jan15, 2009<a><br/></td></tr><tr><td>4</td><td>Analysis of Radiator Fan of WDM-2 Loco Engine for Efficiency Improvement<br/></td><td> <a href="" target="_blank"> Presented paper in National Conference at Jawaharlal Nehru Technological University College of Engineering, Hyderabad Aug 21, 2009<a><br/></td></tr><tr><td>5</td><td>Design And Kinematic Optimization Of Self Balanced Reciprocating Mechanism<br/></td><td> <a href="https://www.researchgate.net/publication/338187280_Design_and_Kinematic_Optimization_of_Self_Balanced_Reciprocating_Mechanism" target="_blank"> Second International Conference On Design, Materials & Manufacture 2019, National Institute Of Technology Karnataka, Surathkal, December 2019<a><br/></td></tr><tr><td>6</td><td>Experimental investigation of vibration characteristics of Magneto-rheological fluid with single rotor system<br/></td><td> <a href="https://www.researchgate.net/publication/337223546_Experimental_investigation_of_vibration_characteristics_of_Magneto-rheological_fluid_with_single_rotor_system" target="_blank"> World Research Forum for Engineers and Researchers International Conference, Pune, India May 2017<a><br/></td></tr><tr><td>7</td><td>Design and Development of a Quad-Copter using Optimization Techniques<br/></td><td> <a href="" target="_blank"> Presented and published in the proceedings of International conference FEAST-18, organized by Department of Computer Applications, National Institute of Technology, April 27th & April 28th , 2018, Trichy (Tiruchirappalli )-620015<a><br/></td></tr><tr><td>8</td><td>Surface Finish Optimization By Taguchi Method<br/></td><td> <a href="" target="_blank"> Proceedings of the NCNTE-2012,Third Biennial National Conference on Nascent Technologies Fr. C. R. I. T. Vashi, Navi Mumbai, Feb 24-25, 2012<a><br/></td></tr><tr><td>9</td><td>Analysis For Form Finding Of Three Strut- Tensegrity Structure<br/></td><td> <a href="" target="_blank"> National Conference on Advances in Mechanical and Electrical Engineering (AMEE- 2010)<a><br/></td></tr><tr><td>10</td><td>The Fault Diagnosis in Rolling Element Bearings<br/></td><td> <a href="https://ieeexplore.ieee.org/document/4798444" target="_blank"> A Review, IJIMAE / March-2012 / ISSUE‐II / ISSN: 2249‐2968<a><br/></td></tr> </tbody> </table> </div> <div class="tab-pane row" id="research"> <table class="table table-striped table-bordered table-condensed"> <tr> <th>Sr No</th> <th>Name of Research Project</th> <th>Type of Grant</th> <th>Name of funding Organization</th> <th>Amount (Rs.)</th> <th>Duration</th> </tr> <tr> <td>1</td> <td>Simulation and Experimental Study for diagnosis of misalignment effect in rotating system.</td> <td>University Minor Research Grant</td> <td>University of Mumbai</td> <td>35,000/-</td> <td>2013-14</td> </tr> <tr> <td>2</td> <td>Design and Fabrication of Magnetorheological damper setup</td> <td>University Minor Research Grant</td> <td>University of Mumbai</td> <td>30,000/-</td> <td>2016-17</td> </tr> </table> </div> <!-- Added on 28OCT23 ~rbk --> </div> </div> </div> </div> </div> </div> ' $scripts_for_layout = '' $title_for_layout = 'Faculties'include - APP\View\Layouts\site.ctp, line 473 View::_evaluate() - CORE\Cake\View\View.php, line 954 View::_render() - CORE\Cake\View\View.php, line 916 View::renderLayout() - CORE\Cake\View\View.php, line 543 View::render() - CORE\Cake\View\View.php, line 487 Controller::render() - CORE\Cake\Controller\Controller.php, line 919 Dispatcher::_invoke() - CORE\Cake\Routing\Dispatcher.php, line 193 Dispatcher::dispatch() - CORE\Cake\Routing\Dispatcher.php, line 161 [main] - APP\webroot\index.php, line 105
AGNEL CHARITIES
FR. C. RODRIGUES INSTITUTE OF TECHNOLOGYAgnel Technical Education Complex
Sector 9-A, Vashi, Navi Mumbai,
Maharashtra, India
PIN - 400703
 (An Autonomous Institute & Permanently Affiliated to University of Mumbai)
AGNEL CHARITIES'
FR. C. RODRIGUES INSTITUTE OF TECHNOLOGYAgnel Technical Education Complex Sector 9-A, Vashi, Navi Mumbai, Maharashtra, India PIN - 400703
AGNEL CHARITIES'
F.C.R.I.TDesign, Vibration, Heat Engines, Kinematics, Synthesis of Mechanisms, Machine Tool Design
LinkedIn Profile: https://www.linkedin.com/in/nanaji-kshirsagar-39b2a831/
Sr no | Subject | Semester |
---|---|---|
1 | Engineering Drawing | II |
2 | Computer Aided Machine Drawing | III |
3 | Production Process-I | III |
Sr No | Name of Research Project | Type of Grant | Name of funding Organization | Amount (Rs.) | Duration |
---|---|---|---|---|---|
1 | Simulation and Experimental Study for diagnosis of misalignment effect in rotating system. | University Minor Research Grant | University of Mumbai | 35,000/- | 2013-14 |
2 | Design and Fabrication of Magnetorheological damper setup | University Minor Research Grant | University of Mumbai | 30,000/- | 2016-17 |
Agnel Technical Education Complex
Sector 9-A, Vashi, Navi Mumbai,
Maharashtra, India
PIN - 400703
Visitors Count
©FCRIT, Vashi. All rights reserved.
This website is best viewed in Chrome and Mozilla Firefox in 1366x768 screen resolution.